home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / bin / wftopfa < prev    next >
Text File  |  2008-10-20  |  323b  |  14 lines

  1. #!/bin/sh
  2. # $Id: wftopfa 8107 2007-07-05 19:04:29Z till $
  3.  
  4. # This definition is changed on install to match the
  5. # executable name set in the makefile
  6. GS_EXECUTABLE=gs
  7. gs="`dirname $0`/$GS_EXECUTABLE"
  8. if test ! -x "$gs"; then
  9.     gs="$GS_EXECUTABLE"
  10. fi
  11. GS_EXECUTABLE=gs
  12.  
  13. exec "$GS_EXECUTABLE" -q -dNODISPLAY -- wftopfa.ps "$@"
  14.